home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 011 / pchelp.arc / BAT.### < prev    next >
Text File  |  1985-02-10  |  2KB  |  37 lines

  1. COMMAND:  BAT (Extended Batch Language)         DOCUMENTATION : Off-line
  2.  
  3. FUNCTION: Displays a help screen for the Extended Batch Language.
  4.  
  5. FORMAT:   BAT
  6.  
  7. TYPE:     FreeWare utility (Seaware Corp.,PO Box 1656,Delray Beach,FL 33444)
  8.  
  9. REMARKS:  The Extended Batch Language adds numerous capabilities to batch file
  10.           processing. A summary of the command syntax is displayed by BAT.
  11.           The EBL is installed on the system by entering BAT * 512 in the
  12.           AUTOEXEC.BAT start-up file. The EBL is described in detail in
  13.           the EBL Reference Manual. Following is a copy of the help screen:
  14.  
  15. EXTENDED BATCH LANGUAGE   Version 2.04a  (C) Copyright Seaware Corp 1982,83,84
  16.                                          (C) Copyright Frank Canova 1982,83,84
  17.  
  18. Batch file commands [operands]                  Batch file statement:
  19.   BEEP      [stmt]                                BAT -[lbl] [cmd] | [cmd]
  20.   BEGSTACK...[text] [\hex] [;]... END
  21.   BEGTYPE ...[text] [\hex] [;]... END           Control Functions:
  22.   CALL     -[lbl]                                 STACK.ON
  23.   CLS       [stmt]                                STACK.OFF
  24.   EXIT                                            STACK.PURGE
  25.   GOTO     -[lbl]                                 TRACE.ON
  26.   IF        [token] < = > <> [token] [stmt]       TRACE.OFF
  27.   INKEY     [text] [var]
  28.   READ      [text] [vars]                       Variables:
  29.   READSCRN  [vars]                                %0 to %9 - DOS Vars
  30.   RETURN                                          %A to %O - Global User Vars
  31.   SKIP      [numoflines]                          %Q - Stack status
  32.   STATEOF   [filename] [drive_list]               %R - Return Code [0:4FE]
  33.   STACK  ...[tokens] [;]...                       %S - Space Literal
  34.   TYPE   ...[tokens] [;]...                       %V - Default Drive
  35.   [var]  =  [token] + - * / # $ [token]           %% - "%" Literal
  36.   * [comment]
  37.